home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gammabros.swf / scripts / DefineButton2_3275 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-28  |  82 b   |  7 lines

  1. on(release){
  2.    if(!_root.intro.reconfig)
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.